/*css reset*/
img{ vertical-align:top;border:none;}
html *{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input,button{-webkit-appearance:none;}
a{text-decoration: none;}
a:visited,a:link{color:#000;}
h1,h2,h3,ul,p,h4,dl,dd,dt,ol{margin:0px;padding:0px;}
li{list-style:none;}
strong{font-weight:bold}
form{margin:0;}
input,select{padding:0;outline:none;border:0;}
/*end reset*/

/*公共样式*/
body{margin:0;font-family: "微软雅黑";background:#f8fcff;}


/*start*/
.header {
	width:100%;
	min-width: 1200px;
	height: 530px;
	/*max-height: 50%;*/
	/*background: url(../index-img/banner-bg0.png) center 0 no-repeat;*/
}
.header .header-box{
	/*height: 78px;*/
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
}
.header{
	position:relative;
}
.header  .header_bg{
	width:100%;
	min-width: 1200px;
	height: 530px;
	position:absolute;
	z-index:-1;
}
.header-top{
	width:1200px;
	margin:0 auto;
}
.logo-box {
	height: 78px;
	line-height: 78px;
}
.logo-box .logo{
	background: url(../index-img/logo.png) left center no-repeat;
	background-size: auto 72px;
	text-indent: 72px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	float: left;
	margin-right: 40px;
	line-height: 72px;
}
.logo-box .logo p.allname{
	line-height: 13px;
	font-size: 13px;
}
.logo-box .area-option{
	float: right;
	position: relative;
	right: 220px;
	top: 6.5px;
	font-size: 16px;
}
.logo-box .area-option span.arae-name{
	color:#fff;
	background: url(../index-img/area-option.png) left center no-repeat;
	background-size: 21%;
	padding-left: 26px;
	cursor: pointer;
}
.area-option .option-box{
	display: none;
	position: absolute;
	left: -325px;
	top: 81px;
	border-radius: 5px;
	width: 965px;
    background: rgb(255,255,255);
	background: rgba(255,255,255,95);
	padding: 10px;
	font-size: 14px;
	z-index: 3;
	box-shadow: 1px 3px 5px rgba(0,0,0,.2);
}
.area-option .option-box img.area-delete{
	position: absolute;
	right: -8px;
	top: -7px;
	width: 30px;
	cursor: pointer;
}
.area-option .option-box:before{
	content: '';
	position: absolute;
	left: 367px;
	top: -20px;
	border-bottom: 10px solid #fff;
	border-left:10px solid transparent;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
}
.dis-none{
	display: none!important;
}
.area-option .option-box .area3{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	font-size: 16px;
}
.area-option .option-box .area3 span{
	width: 130px;
	text-align: right;
	color: #0259c3;
	line-height: 24px;
    float: left;
}
.area-option .option-box .area3 ul{
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
    flex:1;
    -webkit-flex:1;
	line-height: 24px;
    *margin-left: 140px;
}
.area-option .option-box .area3 ul li{
	display: inline-block;
	width: 90px;
	height: 24px;
	padding: 0 6px;
	line-height: 24px;
	text-align: center;
	border-radius: 13px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 1px;
}

.area-option .option-box .area3 ul.nextArea li.leisi{
	font-size:13px;
	background: url(../index-img/leisi.png) no-repeat 69px center #ccc;
	background-size: 20%;

}
.area-option .option-box .area3 ul.nextArea li.qxleisi{
	display: none;
	background: #f0f0f0;
}


.area-option .option-box .area3 ul li a{
	color:#000;
}

.area-option .option-box .area3 ul li:hover,
.area-option .option-box .area3 ul li.active,
.area-option .option-box .area3 ul.nextArea li.qxleisi:hover,
.area-option .option-box .area3 ul.nextArea li.qxleisi.active{
	background: #01a5f2!important;
	color: #fff;
}
.area-option .option-box .area3 ul li:hover a,
.area-option .option-box .area3 ul li.active a,
.area-option .option-box .area3 ul.nextArea li.qxleisi:hover a,
.area-option .option-box .area3 ul.nextArea li.qxleisi.active a{
	/*background: #01a5f2!important;*/
	color: #fff;
}

.header-top .header-right{
	float: right;
	color:#fff;
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
}
.header-top .header-right p.time span{
	margin-left: 10px;
}
.header-top .header-right p.login-section{
	margin-top: 20px;
	font-size: 16px;
}
.header-top .header-right p.login-section em.version{
	font-style: normal;
	background: url(../index-img/version.png) left center no-repeat;
	background-size: 18%;
	padding-left: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.header-top .header-right p.login-section span.version{
	margin-right:20px;
}
.header-top .header-right p.login-section span.version a{
	display: inline-block;
	padding: 0px 10px;
	background:#66a9ed ;
	margin-left:0;
}
.header-top .header-right p.login-section span.version a.active,
.header-top .header-right p.login-section span.version a:hover{
	background:#0e23d8 ;
}

.header-top .header-right p.login-section a{
	color: #fff;
	margin-left: 10px;
}
.header-top .header-right p.login-section a.myname span{
	background: url(../index-img/mycenter2.png) center 2px no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 17px;
	height: 18px;
	margin-right: 2px;
	/*background-size: cover;*/
	/* 再次引入backgroundsize.min.htc，filter的那段删除 */
	-ms-behavior: url(../js/backgroundsize.min.htc);
	behavior: url(../js/backgroundsize.min.htc);
}
.header-content {
	width:1000px;
	margin:40px auto;
	padding-left: 28px;

}
.header-content img.itstime {
	/*width:290px;*/
	margin: 45px 0;
}
.header-content .search-box .search{
	width:458px;
	height: 45px;
	line-height: 45px;
	background:#fff;
	border-radius:6px 0 0 6px;
	position: relative;
}
.header-content .search-box .search span.option-tit{
	/*border-right:1px solid #46abee;*/
	display: inline-block;
	background:url(../index-img/span-b.png) right center no-repeat;
	width:100px;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
}
.header-content .search-box .search input{
	width:250px;
	border:0;
	font-size: 16px;
}
.header-content .search-box .search span.search-btn{
    position:relative;
    z-index:2;
	height: 45px;
	line-height: 45px;
	background: #5fc41c;
	display: inline-block;
	color: #fff;
	width: 100px;
    -moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
    behavior: url(/scripts/layoutit/css/PIE.htc);
	text-align: center;
	cursor: pointer;
}
.header-content .search-box .search ul.select-option{
	position: absolute;
	left:0;
	top:55px;
	background:#ffffff;
	border-radius:6px;
	width:103px;
	padding:8px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	display: none;
}
.header-content .search-box .search ul.select-option:before{
	content: '';
	position: absolute;
	left: 38px;
	top: -20px;
	border-bottom: 10px solid #fff;
	border-top:10px solid transparent;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.header-content .search-box .search ul.select-option li{
	color:#555;
	border-bottom: 1px solid #e1e1e1;
}
.header-content .search-box .search ul.select-option li:nth-of-type(4){
	border-bottom: none;
}
.header-content .search-box .search ul.select-option li:hover{
	background:#5fc41c;
	color:#fff;
}


/*content*/
.content-box{
	width:1200px;
	margin:-30px auto 20px;
}
.content-box .section1{
	padding: 3px 15px;
	background:#fff;
	box-shadow: 1px 2px 5px rgba(0,0,0,.5);
	margin-bottom: 22px;
}
.content-box .section1 h4{
	line-height: 45px;
	text-indent: 40px;
	border-bottom: 2.4px solid #1f286f;
	font-size: 18px;
}
.content-box .section1 h4 .yulu{
	float: right;
	font-weight: normal;
	font-size:14px;
	width:400px;
	position: relative;
	height: 45px;
	overflow: hidden;
	margin-right:8%;
}
.content-box .section1 h4 .yulu span{
	position: absolute;
	top:0;
	left:0;
}
/*.content-box .chaxun{*/
/*	height: 370px;*/
/*}*/
.content-box .chaxun h4{
	background: url(../index-img/tit-menu1.png) 0px center no-repeat;
	background-size: 2%;
}
.col-chaxun {
	width:562px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.chaxun-menu{
	position: relative;
	margin: 5px 5px 0;
	/*overflow: hidden;*/
	height: 330px;
}
.chaxun-menu dl{
	width:560px;
	height: 211px;
	border:1px solid #f5f5f5;
	display: inline-block;
	margin-bottom: 20px;
}


.chaxun-menu dl dd {
	float: left;
	width:210px;
	height: 211px;
	vertical-align: middle;
	background: #f5f5f5;
	text-align: center;
	color:#232323;
	line-height: 35px;
	font-size: 17px;
	font-weight: bold;
	transition: transform 1s;
}
.chaxun-menu .col-chaxun dl:nth-of-type(1) dd{
	background: #f5f5f5 url(../index-img/menu01.png) center 50px no-repeat;
	background-size: 35%;
}
.chaxun-menu .col-chaxun dl:nth-of-type(2) dd{
	background: #f5f5f5 url(../index-img/menu03.png) center 45px no-repeat;
	background-size: 35%;
}
.chaxun-menu .col-chaxun.colc2 dl:nth-of-type(1) dd{
	background: #f5f5f5 url(../index-img/menu02.png) center 50px no-repeat;
	background-size: 35%;
}
.chaxun-menu .col-chaxun.colc2 dl:nth-of-type(2) dd{
	background: #f5f5f5 url(../index-img/menu04.png) center 45px no-repeat;
	background-size: 35%;
}
.chaxun-menu dl dd:hover{
	color:#fff;
	background:#3e97df;
	transform: scale(1.05);
}
.chaxun-menu .col-chaxun dl:nth-of-type(1) dd:hover{
	background:#3e97df url(../index-img/menu011.png) center 50px no-repeat;
	background-size: 35%;

}
.chaxun-menu .col-chaxun dl:nth-of-type(2) dd:hover{
	background: #3e97df url(../index-img/menu031.png) center 45px no-repeat;
	background-size: 35%;
}
.chaxun-menu .col-chaxun.colc2 dl:nth-of-type(1) dd:hover{
	background: #3e97df url(../index-img/menu021.png) center 50px no-repeat;
	background-size: 35%;
}
.chaxun-menu .col-chaxun.colc2 dl:nth-of-type(2) dd:hover{
	background: #3e97df url(../index-img/menu041.png) center 45px no-repeat;
	background-size: 35%;
}

.chaxun-menu .col-chaxun.colc3 dl:nth-of-type(1) dd{
	background: #f5f5f5 url(../index-img/menu05.png) center 45px no-repeat;
	background-size: 30%;
}
.chaxun-menu .col-chaxun.colc3 dl:nth-of-type(1) dd:hover{
	background: #3e97df url(../index-img/menu051.png) center 50px no-repeat;
	background-size: 30%;
}
.chaxun-menu dl dd p{
	margin-top:120px;
}
.chaxun-menu dl dd img{
	margin-top: 45px;
	transition: all 1s;
}
.chaxun-menu dl dd:hover img{
	transform: scale(1.1);
}
.chaxun-menu dl dt {
	padding: 35px 20px;
	margin-left: 211px;
	/*display: inline-block;*/
}
.chaxun-menu dl dt ul li{
	display: inline-block;
	background:#f5f5f5;
	width: 43%;
	margin-bottom: 10px;
	line-height: 35px;
}
.chaxun-menu dl dt ul li:nth-of-type(2n+1){
	margin-right: 3%;
}
.chaxun-menu dl dt ul li a{
	color:#333;
}
.chaxun-menu dl dt ul li:hover{
	background: #3e97df;
}
.chaxun-menu dl dt ul li:hover a{
	color:#fff;
}
.chaxun-menu dl dt ul li span{
	display: inline-block;
	width:5px;
	height: 5px;
	border-radius:50%;
	background: #9f9f9f;
	margin:0 5px 0 10px;
}
.chaxun-menu .chaxun-box{
	position: absolute;
	left:0;
	top:0;
}
.chaxun{
	position: relative;
}
.chaxun>span{
	display: block;
	width:64px;
	height: 64px;
	position: absolute;
	top:50%;
	margin-top:-11px;
}
/*.chaxun>span.toleft-btn{*/
/*	left:-40px;*/
/*	background: url(../index-img/menu-left.png) center no-repeat;*/
/*}*/
/*.chaxun>span.toright-btn{*/
/*	right:-37px;*/
/*	background: url(../index-img/menu-right.png) center no-repeat;*/
/*}*/

/*新版菜单一键查询*/
.chaxun-menu{
	height: 318px;
}
.content-box .chaxun {
	height: 330px;
}
.content-box {
	margin: 20px auto;
}
.rollUl{
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
}
.rollUl>li{
	display: inline-block;
	width: 1200px;
}
.item_ul{
	font-size: 0;
	white-space: nowrap;
}
.item_ul>li{
    position: relative;
    z-index:2;
	display: inline-block;
	font-size: 20px;
    width:273px;
	width: calc( 100% / 4 - 26px);
	height: 218px;
	margin: 0 10px 0 2px;
	box-shadow: 0 2px 5px  #ababab;
    behavior: url(/scripts/layoutit/css/PIE.htc);
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 8px;
	transition: all 0.36s ease;
    *zoom:1;
    *display:inline;
    *border:1px solid #ababab;
}

.bx-wrapper, .bx-viewport {
	height: 218px !important; //provide height of slider
}

/*.item_ul>li:first-child{
	margin-left: 1px;

}
.item_ul>li:last-child{
	margin-right: 0;
}*/
.item_ul>li:hover{
	/*box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);*/
	transition: all 0.36s ease;
	/*margin-top:-5px;*/
}
.item_ul>li p{
	text-align: center;
	height: 50px;
	/*background: url(../index-img/pic.png) 0 0 no-repeat;*/
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	cursor: pointer;
}
.item_ul p span{
	display: inline-block;
	margin-top: 37px;
	width: 70px;
	height: 60px;
	background: url(../index-img/picCommon22.png) -119px 0px no-repeat;
	transition: all 0.36s ease;
}
.item_ul>li:hover p span{
	transform: scale(1.2);
}
.item_ul>li:nth-child(2) p{
	background-position:0px -143px;
}
.item_ul>li:nth-child(3) p{
	background-position:-290px 0px;
}
.item_ul>li:last-child p{
	background-position:-290px -143px;
}

.item_ul>.tsjb_c p span{
	/*background-position:-378px 0px;*/
	background: url(../index-img/tsjb.png) center center no-repeat;
	background-size: auto;
	background-size: 100%;
}
.item_ul>.jzfp_c p span{
	background-position:-251px 0px;
}
.item_ul>.cjcz_c p span{
	background-position:-378px 0px;
}
.item_ul>.ldxw_c p span{
    background-position:-510px 0px;
    /*-ms-behavior: url(../js/backgroundsize.min.htc);*/
	/*background: url(../index-img/loudi.png) center 0px no-repeat;
    background-size: contain;
	background-size: 68%;*/
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${ctxPath}/scripts/portal/fashion/index-img/loudi.png',  sizingMethod='scale');*/
}
.item_listBox{
	padding: 10px 0;
	min-height: 147px;
}
.item_listBox h3{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
}

.item_listBox h3 a{
	color: #0e0e0e;
}
.itemOl{
	font-size: 0;
	white-space: normal;
}
.itemOl li{
	display: inline-block;
	width: 106px;
	height: 22px;
	/*border: 1px solid #d1def0;*/
	color: #036cc4;
	font-size: 16px;
	margin-left: 20px;
	margin-top: 6px;
	line-height: 22px;
	text-align: left;
	border-radius: 11px;
	cursor: pointer;
	padding-left: 9px;
	width: calc( 100% / 2 - 17px);
	margin: 6px 4px 0 4px;
	float: left;
	color:#333;
}
.itemOl2 li{
	/*width: 156px;*/
	/*margin-left: 60px;*/
}
.itemOl li:hover,
.itemOl li.isActive{
	background: #01a5f2;
	color: #fff;
	background: rgba(1, 165, 242,.8);
}
/*end*/

.news-box {
	height: 475px;
}
.news-box h4{
	background: url(../index-img/tit-menu2.png) 0px center no-repeat;
	background-size: 2%;
}
.news{
	padding: 20px 0;
}
.news .news-con{
	width:537px;
	height: 365px;
	display: inline-block;
	background: #f5faffb0;
	padding: 0 20px 20px;
	display: inline-block;
	margin-bottom: 15px;
	float: left;
	margin-left: 25px;
}
.news .news-con:nth-of-type(2n+1){
	margin-right: 10px;
}
.news .news-con h5{
	color:#000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	line-height: 50px;
}
.news .news-con h5 a.more{
	float: right;
	font-size:14px;
	font-weight: normal;
	cursor: pointer;
}
.news .news-con ul li {
	/*line-height: 35px;*/
}
.news .news-con ul li a {
	font-size:16px;
	color: #000;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.news .news-con ul li a span{
	width:5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	display: inline-block;
	background: #484848;
}
.news .news-con ul li em.time{
	float: right;
	font-style: normal;
	font-size: 14px;
	line-height: 37px;
}
.news .news-con ul li a:hover,
.news .news-con h5 a.more:hover{
	color:#f13939;
}

.situation .situation-p{
	height: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.situation p {
	line-height: 35px;
	text-indent: 2em;
}
.situation p a{
	color:#000;
}
.situation p a:hover{
	text-decoration: underline;
}


/*tousu*/

.complain-box h4{
	background: url(../index-img/tit-menu3.png) 0px center no-repeat;
	background-size: 2%;
}
.complain-box h4 a.more{
	float: right;
	font-size:14px;
	font-weight: normal;
	cursor: pointer;
	color:#000;
	margin-right: 56px;
}
.complain{
	padding: 15px 0;
}
.complain>table.theader{
	width: 100%;
	background: #f5f5f5;
	line-height: 35px;
	text-align: left;
}
.tousu-boxes{
	height: 320px;
	overflow: hidden;
	position: relative;
}
.complain>table.theader thead tr th:nth-of-type(1),
.tousu-boxes>table.tousu-table tbody tr td:nth-of-type(1){
	text-indent: 2em;
}
.complain>table.theader thead tr th{
    text-align: left;
}
.tousu-boxes>table.tousu-table{
	line-height: 35px;
	width:100%;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	left:0;
	top:0;
    table-layout: fixed;
}
.tousu-boxes>table.tousu-table tbody tr td{
	border-bottom: 1px dashed #959595;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tousu-boxes>table.tousu-table tbody tr td a{
	color:#000;
}
.tousu-boxes>table.tousu-table tbody tr td a:hover,
.complain-box h4 a.more:hover{
	color:#f13939;

}

ul.rollUl.chaxun-box {
	margin-left: 25px;
}






/*footer*/
.footer{
	width:100%;
	min-width: 1200px;
	height: 100px;
	/*background: #1282d6;*/
	background: #008eff;
	color:#fff;
}
.footer .footer-box{
	width:1200px;
	margin:0 auto;
	padding-top:15px;
}

.footer .footer-box .foot-con {
	display: inline-block;
	float: left;
	margin-right:30px;
    *zoom:1;
    *display:inline;
}
.footer .footer-box .foot-con ul li{
	font-size:12px;
	line-height: 1.5em;
}
.friend-link{
	/*float: right;*/
	/*max-width: 500px;*/
	/*margin-top: 20px;*/
    *zoom:1;
    *display:inline;
}
.friend-link ul li{

	border: 1px solid #fff;
	padding: 8px 55px;
	margin-bottom: 15px;
	margin-top: 5px;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 15px;
}
/*.friend-link ul li:first-child{
	background: url(../index-img/hunangov-favicon.ico) left center no-repeat;
	text-indent:15px;
}
.friend-link ul li:nth-of-type(2){
	background: url(../index-img/sxfj-favicon.ico) left center no-repeat;
	text-indent:15px;
}*/
.friend-link ul li a{
	color:#fff;
}
.footer-box p.tips{
	clear: both;
	margin-top: 20px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
}


/*fixed*/
.fixed-rigth {
	position: fixed;
	top:50%;
	right:35px;
	margin-top:-130px;
	margin-right: -35px;
	/*background: #01a5f2;*/
	z-index:2;
}
.fixed-rigth ul li{
	text-align: center;
	color:#414141;
	cursor: pointer;
	font-size: 12px;
	width: 200px;
	margin-right: -50px;
	height: 75px;
	padding: 5px 125px 0 0;
	margin-bottom: 0px;
	background: #fff;
	position: relative;
}
.fixed-rigth ul li a {
	color: #414141;
}
.fixed-rigth ul li span{
	display: inline-block;
	width:41px;
	height: 37px;
    background: url(../index-img/oldone1.png) center 0 no-repeat;
}
.fixed-rigth ul li:hover{
	color:#01a5f2;
    background: #fff;
}
.fixed-rigth ul li:hover a{
	color:#01a5f2;
}
.fixed-rigth ul li:nth-of-type(7){
	height: 45px;
}
.fixed-rigth ul li:first-child+li+li+li+li+li+li{
    height: 45px;
}
.fixed-rigth ul li:nth-of-type(1) span{

}
.fixed-rigth ul li:nth-of-type(2) span{
	background: url(../index-img/wechat.png) center 0 no-repeat;
}
.fixed-rigth ul li:first-child+li span{
	background: url(../index-img/wechat.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(3) span{
	background: url(../index-img/xiazai1.png) center 0 no-repeat;
}
.fixed-rigth ul li:first-child+li+li span{
	background: url(../index-img/xiazai1.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(4) span{
	background: url(../index-img/share.png) center 0 no-repeat;
}
.fixed-rigth ul li:first-child+li+li+li span{
	background: url(../index-img/share.png) center 0 no-repeat;
}

.fixed-rigth ul li:nth-of-type(5) span{
	background: url(../index-img/zcwj_p.png) center 0 no-repeat;
}
.fixed-rigth ul li:first-child+li+li+li+li span{
	background: url(../index-img/zcwj.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(6) span{
	background: url(../index-img/jbsq_p.png) center 0 no-repeat;
}
.fixed-rigth ul li:first-child+li+li+li+li+li span{
	background: url(../index-img/jbsq.png) center 0 no-repeat;
}

.fixed-rigth ul li:nth-of-type(7) span{
	background: url(../index-img/backtotop.png) center no-repeat;
}
.fixed-rigth ul li:first-child+li+li+li+li+li+li span{
	background: url(../index-img/backtotop.png) center no-repeat;
}

.fixed-rigth ul li:nth-of-type(1):hover span{
	background: url(../index-img/oldone1-1.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(1):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(1):hover p {
	color: white;
}

.fixed-rigth ul li:nth-of-type(2):hover span{
	background: url(../index-img/wechat2.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(2):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(2):hover p {
	color: white;
}

.fixed-rigth ul li:nth-of-type(3):hover span{
	background: url(../index-img/xiazai2.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(3):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(3):hover p {
	color: white;
}

.fixed-rigth ul li:nth-of-type(4):hover span{
	background: url(../index-img/share2.png) center 0 no-repeat;
}
.fixed-rigth ul li:nth-of-type(4):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(4):hover p {
	color: white;
}

.fixed-rigth ul li:nth-of-type(5):hover span{
	background: url(../index-img/zcwj_p.png) center no-repeat;
}
.fixed-rigth ul li:nth-of-type(5):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(5):hover p {
	color: white;
}
.fixed-rigth ul li:nth-of-type(6):hover span{
	background: url(../index-img/jbsq_p.png) center no-repeat;
}
.fixed-rigth ul li:nth-of-type(6):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(6):hover p {
	color: white;
}

.fixed-rigth ul li:nth-of-type(7):hover span{
	background: url(../index-img/backtotop1.png) center no-repeat;
}
.fixed-rigth ul li:nth-of-type(7):hover {
	background: #008afb;
}
.fixed-rigth ul li:nth-of-type(7):hover p {
	color: white;
}

.fixed-rigth ul li img{
	display: none;
	position: absolute;
	left:-200px;
	top:0;
	width:200px;
}
.fixed-rigth ul li:hover img{
	display: block;
}
.fixed-rigth ul li div{
	display: none;
	position: absolute;
	left: -65px;
	top:0;
	width:81px;
}
.fixed-rigth ul li:hover div{
	display: block;
}

.acwelink{
	display: none;
	position: absolute;
	left: -79px!important;
	top: 0;
	width: 200px;
	height: 75px;
	background: url(../index-img/xiangqing.png) no-repeat left center;
	padding: 16px 0px 0px 9px;
	box-sizing: border-box;
	background-size: 100% 100%;
}
.acwelink a{display: block;line-height: 21px;font-size: 13px;color: #fff !important;text-align: left;}
.acwelink a:hover{text-decoration: underline;}
.fixed-rigth ul li:hover .acwelink{display: block;}




/*========================================================================================================*/



/*区划选择2020-8-19*/
.quhua{background: url(../index-img/qubj.jpg) no-repeat center bottom;}
.quhua a{cursor: pointer}
.quhua_con{width: 1200px;margin: 10px auto 0px;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.quhua_til{font-size: 18px;color: #212b79;line-height: 42px;margin-bottom: 10px;}
.quhua_til img{position: relative;top: -2px;margin-right: 4px;}
.quhua_til a{display: inline-block;width: 93px;line-height: 32px;padding-left: 19px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #fff;background: url(../index-img/quicon3.png) no-repeat center bottom;vertical-align: middle;margin-right: -8px;font-size: 16px;height: 33px;}
.quhua_til a:first-of-type{background: url(../index-img/quicon2.png) no-repeat center bottom;padding-left: 16px;}

.qh_area{padding: 8px 0px 34px 35px;
  background-image: -moz-linear-gradient( 90deg, rgb(184,225,252) 0%, rgb(227,244,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(184,225,252) 0%, rgb(227,244,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(184,225,252) 0%, rgb(227,244,255) 100%);
  box-shadow: 0px 0px 9px rgba(0,0,0,.14);
min-height: 180px;
}
.qh_name{float: left;width: 126px;/*! height: 44px; */line-height: 44px;position:relative;margin-right: 40px;margin: 23px 40px 0px 0px;}
.qh_area .qh_name:nth-of-type(5) .qh_small_area,.qh_area .qh_name:nth-of-type(6) .qh_small_area,.qh_area .qh_name:nth-of-type(7) .qh_small_area,.qh_area .qh_name:nth-of-type(12) .qh_small_area,.qh_area .qh_name:nth-of-type(13) .qh_small_area,.qh_area .qh_name:nth-of-type(14) .qh_small_area{right: 0px}
.qh_name > a{display: block;text-align: center;font-size: 18px;color: #333;border-radius: 4px;}
.qh_name:hover > a{ background-color: #fff;color: #05acf4;box-shadow: 0px 3px 24px 0.2px rgba(7, 142, 230, 0.3);}
.qh_small_area{position: absolute;padding: 23px 0px 6px 25px;background-color: #fff;box-shadow: 0px 3px 24px 0.2px rgba(7, 142, 230, 0.2);border-radius: 4px;width: 616px;z-index: 2;font-size: 0px;display: none;margin-top:0px;border-top:4px rgb(184,225,252) solid}
.qh_name:hover .qh_small_area{display: block}
.qh_small_area a{display: inline-block;width: 130px;line-height: 40px;height: 40px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0px 14px -3px 0px;text-align: center;border: 1px #eeeeee solid;border-radius: 4px;color: #666;font-size: 18px;}
.qh_small_area a:nth-child(4n){margin-right: 0px;font-size: 18px;color: #474747;}
.qh_small_area a:hover{color: #05acf4}


.qh_name_3{float: left;width: 126px;/*! height: 44px; */line-height: 44px;position:relative;margin-right: 40px;margin: 23px 40px 0px 0px;}
.qh_area .qh_name_3:nth-of-type(5) .qh_small_area,.qh_area .qh_name_3:nth-of-type(6) .qh_small_area,.qh_area .qh_name_3:nth-of-type(7) .qh_small_area,.qh_area .qh_name_3:nth-of-type(12) .qh_small_area,.qh_area .qh_name_3:nth-of-type(13) .qh_small_area,.qh_area .qh_name_3:nth-of-type(14) .qh_small_area{right: 0px}
.qh_name_3 > a{display: block;text-align: center;font-size: 18px;color: #333;border-radius: 4px;}
.qh_name_3:hover > a{ background-color: #fff;color: #05acf4;box-shadow: 0px 3px 24px 0.2px rgba(7, 142, 230, 0.3);}
/*.qh_small_area{position: absolute;padding: 23px 0px 6px 25px;background-color: #fff;box-shadow: 0px 3px 24px 0.2px rgba(7, 142, 230, 0.2);border-radius: 4px;width: 616px;z-index: 2;font-size: 0px;display: none;margin-top:0px;border-top:4px rgb(184,225,252) solid}*/
/*.qh_name_3:hover .qh_small_area{display: block}*/
/*.qh_small_area a{display: inline-block;width: 130px;line-height: 40px;height: 40px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0px 14px -3px 0px;text-align: center;border: 1px #eeeeee solid;border-radius: 4px;color: #666;font-size: 18px;}*/
/*.qh_small_area a:nth-child(4n){margin-right: 0px;font-size: 18px;color: #474747;}*/
/*.qh_small_area a:hover{color: #05acf4}*/

/*提示框*/
.tishi{width: 320px;height: 283px;position: fixed;top:0px;right: 30px;z-index: 999;background: url(../index-img/tishi.png) no-repeat center bottom;box-sizing: border-box;padding: 120px 20px 0px;transition:0s}
.tishi h1{font-weight: bold;color: #333333;padding: 10px 0px;text-align: center;font-size: 14px;}
.tishi p{line-height: 22px; color: #333333;text-align: center}
.tishi p a{color: #0f76d5}
.t2_close{position: absolute;right: 12px;top:94px;cursor: pointer;}
.t2_queding{position: absolute;bottom: 10px;width: 190px;line-height: 30px;text-align: center;border-radius: 15px;color: #fff !important;font-size: 14px;background-color: #00cdb0;left: 70px;cursor: pointer;}
.hideclass{top:-300px;}
.t2_queding:hover{opacity: 0.9}


/*2020-8-27 首页  add*/
/*.complain-box h4 a.more{margin-right: 56px;}*/
.content-box .section1 h4 .yulu{display: none}
.content-box .section1{box-shadow: 0px 0px 9px rgba(0,0,0,.14);}
.logo-box{ padding: 0px 18px}
.logo-box .logo{text-shadow: 0px 3px 6px rgba(0,0,0,0.16);font-size: 46px;margin-top: 12px; letter-spacing: 3px}

.header-content img.itstime {
   margin: 54px 0 22px;
}

.header-content .search-box .search input {
    width:181px;
    border: 0;
    font-size: 14px;
}

.header-content .search-box .search span.option-tit{width: 106px;}
.header-content .search-box .search span.search-btn{width: 74px;height: 40px;line-height: 40px; position: absolute;left: 296px;}
.header-content .search-box .search{width: 296px;height: 40px;line-height: 40px;}

/*.footer-box p.tips{display: none!important}*/

.footer .footer-box{padding-top: 20px;position: relative}

/*.friend-link{display: none}*/

/*.footer .footer-box .foot-con.dangzu{display: none}*/

.erwiema{position: absolute;font-size: 12px;text-align: center;width: 116px;color: #fff;top:14px; line-height: 12px}
.erwiema1{right: 236px;}
.erwiema2{right:123px;}


.footer .footer-box .foot-con ul li{font-size: 13px}

.gundong{width: 1200px;margin: 0px auto;background-color: #fff;box-shadow: 0px 0px 9px rgba(0,0,0,.14);line-height: 47px;color: #666666;font-size: 14px;padding: 0px 70px 0px 15px;margin-top: 20px;}
.gundong img{position: relative;top:-2px;margin-right: 4px; vertical-align: middle;}


